*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Sun, 13 Jun 2004 00:25:18 +0000 (00:25 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 13 Jun 2004 00:25:18 +0000 (00:25 +0000)
lisp/ChangeLog
src/ChangeLog

index 46f80e302e54567914c420c4ecfd017c45f1b2f2..6aaffb2c225b0cf30e4d1af3774404adaa4ceefd 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-13  Kenichi Handa  <handa@m17n.org>
+
+       * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous
+       change.
+       (ccl-untranslated-to-ucs): Fix typo.
+
 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
 
        * progmodes/python.el (python-open-block-statement-p): Fix
index aa726bc00c537f6e67131823bd797d508bc0a6ac..908b5709bf074e37b56098942f0e7bc1f4d69ba1 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-13  Kenichi Handa  <handa@m17n.org>
+
+       * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
+
 2004-06-12  Matthew Mundell  <matt@mundell.ukfsn.org>
 
        * eval.c (Fdefun): Signal an error if NAME is not a symbol.